projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
699f31f
3a1c3fe
)
Auto merge of #2330 - rillian:fixes, r=alexcrichton
author
bors
<bors@rust-lang.org>
Fri, 29 Jan 2016 22:15:35 +0000
(22:15 +0000)
committer
bors
<bors@rust-lang.org>
Fri, 29 Jan 2016 22:15:35 +0000
(22:15 +0000)
std::slice::SliceConcatExt::connect() was deprecated in 1.3.0
and renamed to join(). Now that 1.6.0 is the stable release,
we can transition to the newer method name.
Trivial merge